home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00300.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  230 b   |  10 lines

  1. on mouseUp
  2.   global givWhichText
  3.   set clik to the clickOn
  4.   if givWhichText <> clik then
  5.     set the editableText of sprite givWhichText to 0
  6.     set the editableText of sprite clik to 1
  7.     set givWhichText to clik
  8.   end if
  9. end
  10.